home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / ANGLES.dxr / 00139.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  194 b   |  16 lines

  1. on mouseUp
  2.   tell the stage
  3.     closeLesson()
  4.   end tell
  5.   tell the stage
  6.     openLesson("Function")
  7.   end tell
  8.   tell window "Lesson"
  9.     go("Def6")
  10.   end tell
  11. end
  12.  
  13. on mouseDown
  14.   button()
  15. end
  16.